home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / business / ezm14e.zip / README.BAT < prev    next >
DOS Batch File  |  1997-05-02  |  955b  |  27 lines

  1. @echo off
  2. cls
  3. echo Easy Money (tm) Copyright (C) WaverlyStreet, 1996-97. All Rights Reserved. 
  4. echo.
  5. echo evaluation version 1.4
  6. echo. 
  7. echo You should have the following files:
  8. echo.
  9. echo EZM14.EXE      (the main program)
  10. echo EZMINST.EXE    (an interactive installation utility)
  11. echo EZM.MAN        (the manual)
  12. echo ABOUTEZM.TXT   (license information / description)
  13. echo STANDARD.MCR   (a sample macro file)
  14. echo TEMPLATE.MCR   (a macro template)
  15. echo SWAN.ICO       (nifty WaverlyStreet Windows icon)
  16. echo FILE_ID.DIZ    (description of .ZIP contents)
  17. echo and this file, README.BAT
  18. echo.
  19. echo Change to the drive and directory containing these files and then
  20. echo type "ezminst", and press ENTER to read the manual and license
  21. echo information, and to (optionally) install Easy Money on your computer.
  22. echo.
  23. echo To run the program, go to the directory where it is installed and type
  24. echo ezm14 and press ENTER
  25. echo.
  26. pause
  27.